home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 July / Game.EXE_07_2005_DVD.iso / Flash / Strande / strande.swf / scripts / DefineButton2_615 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-12-13  |  130 b   |  7 lines

  1. on(press){
  2.    stopAllSounds();
  3.    _global.Paused = false;
  4.    _root.PauseScreen._visible = false;
  5.    _root.gotoAndStop(2);
  6. }
  7.